home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga CD-Sensation: Golden Games
/
Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso
/
Adventurer's
/
ImpPro
/
Scripts
/
Demo.dice
< prev
next >
Wrap
Text File
|
1995-07-17
|
207b
|
15 lines
/* Sample script for the dice module */
options results
address IMPDICE.1
'ROLL 3d6+2'
address IMPPRO.1
t = '"Dice Demo"'
s = '"I rolled a 3d6+2 and got: ' || RESULT || '"'
b = '"Cool"'
REQUESTER t s b